Calendar for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / PlaceHolderColor Property

In This Topic
    PlaceHolderColor Property (InputTextBoxElementBase<T>)
    In This Topic
    Gets or sets the color of place holder text.
    Syntax
    'Declaration
     
    
    Public Property PlaceHolderColor As Color
    public Color PlaceHolderColor {get; set;}
    See Also